home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-4542 / rshade30 / solids.ray < prev    next >
Text File  |  1993-09-06  |  886b  |  31 lines

  1. /*
  2.  * solids.ray
  3.  *
  4.  * Example rayshade input file.
  5.  *
  6.  * Render using:
  7.  *    rayshade solids.ray > solids.rle
  8.  *
  9.  * For previewing purposes, you may wish to use the -P option.
  10.  * Craig Kolb 9/89
  11.  */
  12. eyep 0. 25. 7.
  13. screen 128 128
  14. jittered
  15. light 1.4 extended -15. 20. 15. 1.4
  16. surface red .02 0 0 .5 0 0 .2 .2 .2 32. 0.5 0 0
  17. surface blacktile 0.01 0.015 0.01 0.02 0.03 0.02 0.3 0.35 0.3 30 0.33 0 0
  18. surface white .02 .02 .008 .5 .5 .25 0.8 0.8 0.8 18 0.2 0 0
  19. surface glass 0.02 0.02 0.02  0. 0. 0.  0.8 0.8 0.8  25 0.2 .3 1.15
  20.  
  21. sphere red 4. 3 0 0
  22. /*
  23.  * Cone actually sticks through ground plane.  This solves problems
  24.  * that arise when the bottom of the cone and the plane are coincident.
  25.  */
  26. cone glass -5. 3 -4.1 -5. 3. 4. 4. 0.
  27.  
  28. plane white 0. 0. 1. 0. 0. -4. 
  29.         texture marble scale 4. 4. 4.
  30.         texture checker blacktile translate 0. 0. 0.3 scale 4. 4. 4.
  31.